The following tables list the members exposed by RichTextObjectKeyedCollectionBase<T>.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items in the collection. |
![]() | IsReadOnly | Indicates if the collection is readonly. |
![]() | IsSealed | Returns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |
![]() | Item | Gets the item with the specified id. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item to the collection. If the item already exists in the collection then this method does nothing. If a different item with the same id exists in the collection then raises an exception. |
![]() | Clear | Removes all items from the collection. |
![]() | Clone | Performs a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |
![]() | Contains | Overloaded. Indicates whether the specified item is in the collection. |
![]() | CopyTo | Copies all the items of the collection into the specified array. |
![]() | GetEnumerator | Gets the enumerator used for enumerating all the items in the collection. |
![]() | Remove | Overloaded. Removes item with the specified id from the collection. |
![]() | Seal | Makes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase) |